home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / School.Dxr / 00073.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  570 b   |  24 lines

  1. on mouseDown
  2.   autoHilite()
  3. end
  4.  
  5. on action
  6.   global lastSound
  7.   set lastSound to "fff"
  8.   set oldCast to the castNum of sprite 3
  9.   set peopleCast to oldCast + 1
  10.   if peopleCast = 263 then
  11.     set peopleCast to 251
  12.   end if
  13.   set the castNum of sprite 2 to oldCast
  14.   set the locH of sprite 2 to 164
  15.   set the locV of sprite 2 to 285
  16.   set the castNum of sprite 3 to peopleCast
  17.   set the locV of sprite 3 to the locV of sprite 2
  18.   set the locH of sprite 3 to the locH of sprite 2 + 247
  19.   puppetSound("machine3")
  20.   updateStage()
  21.   scrollLeft(247, 2, 3)
  22.   puppetSound(0)
  23. end
  24.